home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / ANGBAND2 / !Angband / !Run < prev    next >
Text File  |  1996-01-03  |  2KB  |  48 lines

  1. Set Angband$Dir <Obey$Dir>
  2.  
  3. Set File$Type_118 Angband
  4. Set Alias$@RunType_118 /<Angband$Dir> 
  5.  
  6. IconSprites <Angband$Dir>.!Sprites
  7.  
  8. | The following two system variables can be altered for your system.
  9. SetMacro Angband$Path <Angband$Dir>.lib.
  10. SetMacro Angband$ChoicesFile Angband:xtra.Choices
  11.  
  12. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  13.  
  14. WimpSlot 900K
  15.  
  16. Set System$Path_Message System resources cannot be found
  17.  
  18. RMEnsure Toolbox 1.36 RMLoad System:Modules.Toolbox.Toolbox
  19. RMEnsure Toolbox 1.36 Error You need Toolbox 1.36 or later to run Angband
  20.  
  21. RMEnsure Window 1.30 RMLoad System:Modules.Toolbox.Window
  22. RMEnsure Window 1.30 Error You need Window Object 1.30 or later to run Angband
  23.  
  24. RMEnsure Menu 0.23 RMLoad System:Modules.Toolbox.Menu
  25. RMEnsure Menu 0.23 Error You need Menu 0.23 or later to run Angband
  26.  
  27. RMEnsure ProgInfo 0.09 RMLoad System:Modules.Toolbox.ProgInfo
  28. RMEnsure ProgInfo 0.09 Error You need ProgInfo 0.09 or later to run Angband
  29.  
  30. RMEnsure Iconbar 1.11 RMLoad System:Modules.Toolbox.IconBar
  31. RMEnsure Iconbar 1.11 Error You need Iconbar 1.11 or later to run Angband
  32.  
  33. RMEnsure SaveAs 0.11 RMLoad System:Modules.Toolbox.SaveAs
  34. RMEnsure SaveAs 0.11 Error You need SaveAs 0.11 or later to run Angband
  35.  
  36. RMEnsure ColourDbox 0.14 RMLoad System:Modules.Toolbox.ColourDbox
  37. RMEnsure ColourDbox 0.14 Error You need ColourDbox 0.14 or later to run Angband
  38.  
  39. RMEnsure DCS 1.06 RMLoad System:Modules.Toolbox.DCS_Quit
  40. RMEnsure DCS 1.06 Error You need DCS Object 1.06 or later to run Angband
  41.  
  42. | We only need 500K to load, but by the time we've initialised we will
  43. | almost certainly need 900K
  44.  
  45. WimpSlot 900K 500K
  46.  
  47. Run <Angband$Dir>.!RunImage %*0
  48.